home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00563_from the oven.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  170 b   |  12 lines

  1. on mouseDown
  2.   global gChickButton8
  3.   down(gChickButton8)
  4. end
  5.  
  6. on mouseUp
  7.   global gChickButton8
  8.   if up(gChickButton8) then
  9.     resetScroll("Oven Options")
  10.   end if
  11. end
  12.